home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / amigatalk / testfiles / TestSystemLists < prev    next >
Encoding:
Text File  |  2000-05-21  |  202 b   |  12 lines

  1. atalk <- AmigaTalk new
  2.  
  3. atalk date
  4.  
  5. rval <- atalk showTaskProcessList
  6.  
  7. ('You selected Address: ', (rval asHex)) print
  8.  
  9. rval <- atalk showScreenWindowList
  10.  
  11. ('You selected Address: ', (rval asHex)) print
  12.